ocaml: add mmap bindings implementation.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:01:31 +0000 (11:01 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:01:31 +0000 (11:01 +0100)
commitd3e649277a136bc59c6f4fc5f9b13e2fe2283b36
tree4a74bd016249c53369149619a660c0a848d3a44b
parentfb69f6038539d5a8b80de1b05403b1dcf7efee0e
ocaml: add mmap bindings implementation.

This is quite similar to the mmap functionality available in bigarray
but it's less complicated.

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/ocaml/libs/mmap/META.in [new file with mode: 0644]
tools/ocaml/libs/mmap/Makefile [new file with mode: 0644]
tools/ocaml/libs/mmap/mmap.ml [new file with mode: 0644]
tools/ocaml/libs/mmap/mmap.mli [new file with mode: 0644]
tools/ocaml/libs/mmap/mmap_stubs.c [new file with mode: 0644]
tools/ocaml/libs/mmap/mmap_stubs.h [new file with mode: 0644]